[text analytics] Autogenerated code for v3.1-preview.4#16811
Merged
iscai-msft merged 7 commits intoAzure:feature/textanalytics-5.1.0.b6from Feb 19, 2021
Merged
Conversation
abhahn
commented
Feb 18, 2021
| base_url = '{Endpoint}/text/analytics/v3.0' | ||
| elif api_version == 'v3.1-preview.3': | ||
| base_url = '{Endpoint}/text/analytics/v3.1-preview.3' | ||
| elif api_version == 'v3.1-preview.4': |
Contributor
Author
There was a problem hiding this comment.
Are we going to bump the version here like we did before for v3.1-preview.4 (i.e. removing support for other API versions)?
Contributor
Author
There was a problem hiding this comment.
For now I've added this back in to prevent existing tests from failing. It will be easier to remove this later once updates to Healthcare and Analyze have been merged, because the tests will be updated to reflect the changes.
Contributor
There was a problem hiding this comment.
yeah @abhahn you made the right call. We need to keep v3.1-preview.3 and 4 for now, but once 4 is released we should get rid of 3
abhahn
commented
Feb 19, 2021
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py
Show resolved
Hide resolved
added 3 commits
February 18, 2021 16:32
…ts from failing while new features are being added in separate PRs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.